home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form about
- Caption = "about"
- ClientHeight = 1455
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 6090
- ForeColor = &H8000000F&
- LinkTopic = "Form1"
- ScaleHeight = 1455
- ScaleWidth = 6090
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "return"
- Height = 255
- Left = 1920
- TabIndex = 2
- Top = 1080
- Width = 1695
- End
- Begin VB.Frame Frame1
- Height = 855
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 5655
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Everything made by SeRkaL_7"
- BeginProperty Font
- Name = "Arial"
- Size = 15.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 120
- TabIndex = 1
- Top = 240
- Width = 5415
- End
- End
- Attribute VB_Name = "about"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me 'close form1
- MAINform.Show 'open the fader form
- End Sub
-